home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Hunks
/
Hot Hunks.iso
/
menu
/
gifv.slv
< prev
next >
Wrap
Text File
|
1993-02-17
|
381b
|
19 lines
;
; GIFV.SLV
;
; This script file will go thru all files on the ROOT of Drive G: that GIF-
; REED supports and remove the TOP 16 colors in the color map, thus making
; the image ready for Windows with NO distortion!
;
change-path g:\*.?
:loop
loadnext :exit
adjust-for-windows
write
goto :loop
:exit